home *** CD-ROM | disk | FTP | other *** search
/ Champak 99 / (Vol 99) Jan 19 2010.iso / Games / bump_copter.swf / scripts / frame_23 / PlaceObject2_106_188 / CLIPACTIONRECORD onClipEvent(enterFrame)_2.as next >
Text File  |  2010-01-19  |  131b  |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.copter) && _root.hit == false)
  3.    {
  4.       _root.health.nextFrame();
  5.    }
  6. }
  7.